projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
baefb01
)
new version
author
Michael Kifer
<kifer@cs.stonybrook.edu>
Tue, 22 Jul 1997 16:35:49 +0000
(16:35 +0000)
committer
Michael Kifer
<kifer@cs.stonybrook.edu>
Tue, 22 Jul 1997 16:35:49 +0000
(16:35 +0000)
lisp/emulation/viper.el
patch
|
blob
|
history
diff --git
a/lisp/emulation/viper.el
b/lisp/emulation/viper.el
index 6a70fe6a0ab89f4c74edbd6578ac359c98ea541b..d3b369c93cf643f26de47fa772aed8d39c3c6b08 100644
(file)
--- a/
lisp/emulation/viper.el
+++ b/
lisp/emulation/viper.el
@@
-310,6
+310,8
@@
(if noninteractive
(eval-when-compile
(let ((load-path (cons (expand-file-name ".") load-path)))
+ (or (featurep 'viper-init)
+ (load "viper-init.el" nil nil 'nosuffix))
(or (featurep 'viper-cmd)
(load "viper-cmd.el" nil nil 'nosuffix))
)))